3.13 [DefaultStores] Section

The [DefaultStores] section is optional in all EDK II DSC files.

Summary

Entries may appear in any order. This section lists numeric mappings to the Default Store User Interface Name, only valid values from this list can be specified in the PcdsDynamicHii/PcdsDynamicExHii section.

If this section is not specified, the parsing tools will assume standard default be applied in PcdsDynamicHii/PcdsDynamicExHii section.

Prototype

<DefaultStore>     ::= "[DefaultStores]" <EOL>
                {<Statement>*}
<Statement> ::= <TS> <Number> <FS> <UiName> <EOL>
<UiName>    ::= <Word>

Example

[DefaultStores]
  0 | Standard        # UEFI Standard default
  1 | Manufacturing   # UEFI Manufacturing default